SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 38932: The InitPortalData.sh script fails to execute in SAS® 9.2 in UNIX operating environments

DetailsDownloadsAboutRate It

In UNIX environments, when you attempt to execute the initPortalData.sh script in order to update the metadata for the SAS® Information Delivery Portal, the execution fails because of the following problems:

  • The installer does not make the script an executable.
  • There are syntax errors in the script for defining the CMD_TO_RUN variable and the CLASSPATH environment variable.
  • Under AIX, the -Dsas.ext.config parameter and Internet Protocol version 4 (IPv4) are not defined.

To correct the problem, complete the following steps:

  1. Use the chmod 755 UNIX command to set the initPortalData.sh script as an executable.
  2. Click the Downloads tab in this note to download the new initPortalData.sh script. You must insert your site-specific paths for four paths in this script before you execute it. Also, verify the multicast port and address for your site.
  3. For AIX, add the following parameters to the initPortalData.sh script:
    –Dsas.ext.config="/sas_installation_directory>/SASFoundationServices/9.2/sas.java.ext.config" \ –Djava.net.preferIPv4Stack=true \ –Djava.net.preferIPv6Addresses=false \
  4. Note: In the first parameter above, sas_installation_directory must be replaced with your site-specific path to where SAS is installed.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Information Delivery Portal64-bit Enabled AIX4.34.39.2 TS2M09.2 TS2M3
64-bit Enabled HP-UX4.34.39.2 TS2M09.2 TS2M3
64-bit Enabled Solaris4.34.39.2 TS2M09.2 TS2M3
HP-UX IPF4.34.39.2 TS2M09.2 TS2M3
Linux4.34.39.2 TS2M09.2 TS2M3
Linux for x644.34.39.2 TS2M09.2 TS2M3
Solaris for x644.34.39.2 TS2M09.2 TS2M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.